Using the Xbasic Code Editor
/documentation/pages/Guides/Xbasic/Xbasic Code Editor/Using the Xbasic Code Editor.xml
The Xbasic Code Editor is used to write Xbasic scripts in applications. It includes features, such as syntax highlighting and auto-complete, to make it easy to read and write Xbasic.
Programming Help Pages
/documentation/pages/Index/Programming Help Pages.xml
Page links relating to programming.
Using the Xbasic Explorer to View Object Properties
/documentation/pages/Guides/Xbasic/Xbasic in Desktop Applications/Using the Xbasic Explorer to View Object Properties.xml
To determine the list of properties associated with an object, use the Xbasic Explorer. To display the Xbasic Explorer, select View > Code editor from the Control Panel menu. For example, if you have a form called Customer, navigate in the Xbasic Explorer to Objects > Windows > Customer > Properties to see a list of the properties associated with the form (as shown below):
Using an Action Script Genie in the Xbasic Editor
/documentation/pages/Guides/Desktop/Design/Platform/Xbasic Action Scripting/Introduction/More/Using an Action Script Genie in the Xbasic Editor.xml
Just because you are in the Xbasic Code Editor does not mean you cannot take advantage of the Action Script Genies. This example shows how to use the Action Script Editor to generate code to paste into an Xbasic script.
Passive Linked Table Programming Example
/documentation/pages/Guides/Desktop/Design/Data/DBF/Passive Linked Table Programming Example.xml
Creating a passive-link table using Xbasic:
Using the Stripe API From Xbasic
/documentation/pages/Guides/Genies/Stripe genie.xml
The Stripe Genie, accessed from the right-click menu when you are editing Xbasic code, open a genie that shows sample code from making calls to the Stripe API.
Xbasic methods for the HTML and HTMLHOST Xdialog Commands
/documentation/pages/Guides/Desktop/Design/Platform/Xbasic/Xbasic methods for the HTML and HTMLHOST Xdialog Commands.xml
This article describes the new Xbasic methods that can be used on the HTML that is rendered by either the {html} or new {htmlhost} commands.
Updating a Web Service Xbasic Class on the Classic Server
/documentation/pages/Guides/Services/Creating REST APIs/Updating a Web Service Xbasic Class on the Classic Server.xml
Xbasic classes used to implement web services are not reloaded unless the Classic Application Server is restarted or the __AARegisterClasses.a5w page is called.
What is the Difference Between an Xbasic Module and an Xbasic Function Library?
/documentation/pages/Guides/Workspaces/Xbasic/What is the Difference Between an Xbasic Module and Xbasic Function Library.xml
While an Xbasic Function Library and Xbasic Module may seem to be the same thing, the two Xbasic constructs have several key differences.
A5_ASCII_TABLE Function
/documentation/pages/Ref/Api/Functions/System/Developer Functions/A5_ASCII_TABLE Function.xml
The A5_ASCII_TABLE() function displays an ASCII character table.